Skip to main content
Version: 5.x.x

ClientInstance


import { ClientInstance } from "@hyper-fetch/core"

Description

Defined in client/client.types.ts:7

Preview

type ClientInstance = Client<any, AdapterType<any, any, any, any>>;

Structure

Client<any, AdapterType<any, any, any, any>>